CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mean shift

搜索资源列表

  1. Mean-ShiftClustering

    0下载:
  2. mean shift算法在聚类中的matlab实现-mean shift clustering algorithm to achieve the Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3260
    • 提供者:陈彪
  1. mean

    0下载:
  2. mean shift 的经典实现源代码,可以做为基核,大量改用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2924
    • 提供者:何益
  1. fams

    0下载:
  2. Mean Shif t 算法是一种有效的统计迭代算,法,它使每一个点“漂移”到密度函数的局部极大值点。近些年来,Mean Shif t 算法已广泛应用于计算机视觉领域 。-Mean Shif t algorithm is an effective statistical iteration count, France, and it makes every point
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:39051
    • 提供者:Zhongren Wang
  1. 97288410mean-shift-segment

    0下载:
  2. 这也是一个用于颜色分割的程序,只是这个程序可能度函数的时候可能会更方便-This is a procedure used for color segmentation, but this procedure may be the time function may be more convenient
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:20033
    • 提供者:孙凤飞
  1. ClusterBasics-V1.0

    0下载:
  2. 各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等-Various types of clustering algorithm package, contains a variety of classic clustering algorithms, such as: k-mean clustering, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:201914
    • 提供者:王朝霞
  1. LMS

    2下载:
  2. 采用一种快速收敛变步长LMS(Least mean square ) 自适应最小均方算法matlab源程序,其中算法所做的工作是用FIR 滤波器的预测系统,对IIR系统进行预测,如果阶数越高越能逼近被预测系统。-Using a fast convergence of variable step size LMS (Least mean square) adaptive least mean square algorithm matlab source, one of algorithm is t
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1197
    • 提供者:杨思科
  1. testnlm

    0下载:
  2. non local mean 去噪方法,该方法在空间域中对图像进行降噪。-non local mean denoising code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:1382
    • 提供者:nickywu
  1. Mean_Filter

    0下载:
  2. Image processing Mean Filter using Microsoft Visual C Sharp
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:16860
    • 提供者:Said
  1. kmeansClusters

    0下载:
  2. Image segmentation k mean clustering
  3. 所属分类:Graph program

  1. Mean

    0下载:
  2. MEANSHIFT的代码 很好用 帮助大家学习meanshift 可以运行-some code oF meanshift
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3766272
    • 提供者:朱晶
  1. 47651501mean-shift-matlab

    0下载:
  2. If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to uplo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3436
    • 提供者:alpha
  1. skypeaudio7

    0下载:
  2. easy to descriotion .i want a file about mean shift so i have to regist a name for this ,please help me.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:823536
    • 提供者:dazhao
  1. fuzzy_image_segmentation

    0下载:
  2. fuzzy-c-mean image segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3821
    • 提供者:petrus
  1. IMAGE SEGMENTATION USING MEAN SHIFT

    0下载:
  2. IMAGE SEGMENTATION USING MEAN SHIFT ALGORUTHM USED FOR BLOOD VESSEL SEGMENATTION
  3. 所属分类:matlab例程

    • 发布日期:2016-01-06
    • 文件大小:14380795
    • 提供者:donafranciz
  1. Mean-Shift-CPP

    0下载:
  2. 在VC6.0+OPENCV上对Mean Shift算法的简单实现,对图像进行简单的额分割-On VC6.0+ OPENCV simple realization Mean Shift algorithm for image segmentation simple volume
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:798723
    • 提供者:贾明
  1. mean-shift-matlab-master5

    0下载:
  2. mean shift algorithm part3
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1219
    • 提供者:Mohammad
  1. mean-shift

    0下载:
  2. 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 4.meanshiftseg中,对分成一类的像素,取的是它们的平均值作为属于该区域的像素的 值。 5. 为了简单彩色图只做了第一维。其它类似的。-The iterative process 1.mean s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:3668
    • 提供者:王栋
  1. ae602a9c136a

    1下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、RGB与LUV颜色空间的互相转换(Mean shift image segmentation test procedures, the use of meanshift algorithm for color images clustering segmentation, the effect is very good, and show the use of time, find the c
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:7051830
    • 提供者:小弟589
  1. MeanShift

    0下载:
  2. Mean shift 234577889gghibxfuioo
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:thu
  1. mean shift

    0下载:
  2. 用均值漂移实现超像素图像分割的代码大家有什么建议可以交流(image segment by MEAN-SHIFT)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2018-01-11
    • 文件大小:2344647
    • 提供者:SpringMVC
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com